home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / gnumake / make360.zoo / tags < prev    next >
Text File  |  1991-08-07  |  11KB  |  193 lines

  1. BADARGS    function.c    /^#define BADARGS(func)  \\$/
  2. DEBUGP2    implicit.c    /^#define DEBUGP2(msg, a1, a2) \\$/
  3. DEBUGPR    make.h    /^#define DEBUGPR(msg)                            \\$/
  4. D_NAMLEN    glob.c    /^#define D_NAMLEN(d) strlen((d)->d_name)$/
  5. ENUM_BITFIELD    make.h    /^#define    ENUM_BITFIELD(bits)    :bits$/
  6. HASH    make.h    /^#define    HASH(var, c) \\$/
  7. Marscan    arscan.c    /^main (argc, argv)$/
  8. Mglob    glob.c    /^main (argc, argv)$/
  9. Mmain    main.c    /^main (argc, argv, envp)$/
  10. REAL_DIR_ENTRY    glob.c    /^#define REAL_DIR_ENTRY(dp) 1$/
  11. SIGNAL    make.h    /^#define    SIGNAL(sig, handler)    ((SIGHANDLER) signal(/
  12. S_ISDIR    make.h    /^#define    S_ISDIR(mode)    (((mode) & S_IFMT) == S_IFDI/
  13. S_ISREG    make.h    /^#define    S_ISREG(mode)    (((mode) & S_IFMT) == S_IFRE/
  14. TOUCH_ERROR    remake.c    /^#define TOUCH_ERROR(call) return (perror_with_name/
  15. WAIT_NOHANG    job.c    /^#define    WAIT_NOHANG(status)    waitpid(-1, (status), /
  16. WCOREDUMP    job.c    /^#define WCOREDUMP(x) ((x) & 0x80)$/
  17. WEXITSTATUS    job.c    /^#define WEXITSTATUS(x) (((x) >> 8) & 0xff)$/
  18. WIFEXITED    job.c    /^#define WIFEXITED(x) (WTERMSIG (x) == 0)$/
  19. WIFSIGNALED    job.c    /^#define WIFSIGNALED(x) (WTERMSIG (x) != 0)$/
  20. WTERMSIG    job.c    /^#define WTERMSIG(x) ((x) & 0x7f)$/
  21. alloca    make.h    /^#define    alloca(n)    __builtin_alloca (n)$/
  22. allocated_variable_expand    expand.c    /^allocated_variable_expand (line)$/
  23. allocated_variable_expand_for_file    expand.c    /^allocated_variable_expand_for_file (line, file)$/
  24. alpha_compare    misc.c    /^alpha_compare (s1, s2)$/
  25. ar_member_date    ar.c    /^ar_member_date (name)$/
  26. ar_member_date_1    ar.c    /^ar_member_date_1 (desc, mem, hdrpos, datapos, size/
  27. ar_member_pos    arscan.c    /^ar_member_pos (desc, mem, hdrpos, datapos, size, d/
  28. ar_member_touch    arscan.c    /^ar_member_touch (arname, memname)$/
  29. ar_name    ar.c    /^ar_name (name)$/
  30. ar_name_equal    arscan.c    /^ar_name_equal (name, mem)$/
  31. ar_parse_name    ar.c    /^ar_parse_name (name, arname_p, memname_p)$/
  32. ar_scan    arscan.c    /^ar_scan (archive, function, arg)$/
  33. ar_touch    ar.c    /^ar_touch (name)$/
  34. bcmp    arscan.c    /^#define bcmp(s1, s2, n)    memcmp ((s1), (s2), (n))$/
  35. bcopy    glob.c    /^#define bcopy(s, d, n) memcpy ((d), (s), (n))$/
  36. block_signals    job.c    /^block_signals ()$/
  37. build_vpath_lists    vpath.c    /^build_vpath_lists ()$/
  38. bzero    arscan.c    /^#define bzero(s, n)    memset ((s), 0, (n))$/
  39. check_dep    remake.c    /^check_dep (file, depth, this_mtime, must_make_ptr)/
  40. check_renamed    file.h    /^#define check_renamed(file) \\$/
  41. child_error    job.c    /^child_error (target_name, exit_code, exit_sig, cor/
  42. child_execute_job    job.c    /^child_execute_job (stdin_fd, stdout_fd, argv, envp/
  43. child_handler    job.c    /^child_handler (sig)$/
  44. chop_commands    commands.c    /^chop_commands (cmds)$/
  45. collapse_continuations    misc.c    /^collapse_continuations (line)$/
  46. concat    misc.c    /^concat (s1, s2, s3)$/
  47. conditional_line    read.c    /^conditional_line (line, filename, lineno)$/
  48. construct_command_argv    job.c    /^construct_command_argv (line, file)$/
  49. construct_command_argv_internal    job.c    /^construct_command_argv_internal (line, shell, ifs)/
  50. construct_include_path    read.c    /^construct_include_path (arg_dirs)$/
  51. construct_vpath_list    vpath.c    /^construct_vpath_list (pattern, dirpath)$/
  52. convert_to_pattern    rule.c    /^convert_to_pattern ()$/
  53. copy_dep_chain    misc.c    /^copy_dep_chain (d)$/
  54. count_implicit_rule_limits    rule.c    /^count_implicit_rule_limits ()$/
  55. create_pattern_rule    rule.c    /^create_pattern_rule (targets, target_percents,$/
  56. decode_env_switches    main.c    /^decode_env_switches (envar, len)$/
  57. decode_switches    main.c    /^decode_switches (argc, argv)$/
  58. define_automatic_variables    variable.c    /^define_automatic_variables ()$/
  59. define_makeflags    main.c    /^define_makeflags (pf, makefile)$/
  60. define_variable    variable.c    /^define_variable (name, length, value, origin, recu/
  61. define_variable_for_file    variable.c    /^define_variable_for_file (name, length, value, ori/
  62. define_variable_in_set    variable.c    /^define_variable_in_set (name, length, value, origi/
  63. delete_child_targets    commands.c    /^delete_child_targets (child)$/
  64. dep_name    misc.c    /^dep_name (dep)$/
  65. describe_member    arscan.c    /^describe_member (desc, name, hdrpos, datapos, size/
  66. die    main.c    /^die (status)$/
  67. dir_file_exists_p    dir.c    /^dir_file_exists_p (dirname, filename)$/
  68. dir_name    dir.c    /^dir_name (dir)$/
  69. do_define    read.c    /^do_define (name, namelen, origin, lineno, infile, /
  70. dup2    job.c    /^dup2 (old, new)$/
  71. end_of_token    misc.c    /^end_of_token (s)$/
  72. enter_file    file.c    /^enter_file (name)$/
  73. error    misc.c    /^error (s1, s2, s3, s4, s5, s6)$/
  74. exec_command    job.c    /^exec_command (argv, envp)$/
  75. execute_file_commands    commands.c    /^execute_file_commands (file)$/
  76. expand_argument    expand.c    /^expand_argument (str, end)$/
  77. expand_function    function.c    /^expand_function (o, function, text, end)$/
  78. f_mtime    remake.c    /^f_mtime (file, search)$/
  79. fatal    misc.c    /^fatal (s1, s2, s3, s4, s5, s6)$/
  80. fatal_error_signal    commands.c    /^fatal_error_signal (sig)$/
  81. file_exists_p    dir.c    /^file_exists_p (name)$/
  82. file_impossible    dir.c    /^file_impossible (filename)$/
  83. file_impossible_p    dir.c    /^file_impossible_p (filename)$/
  84. file_mtime    file.h    /^#define file_mtime(f) file_mtime_1 ((f), 1)$/
  85. file_mtime_1    file.h    /^#define file_mtime_1(f, v) \\$/
  86. file_mtime_no_search    file.h    /^#define file_mtime_no_search(f) file_mtime_1 ((f),/
  87. find_directory    dir.c    /^find_directory (name)$/
  88. find_next_token    misc.c    /^find_next_token (ptr, lengthptr)$/
  89. find_percent    read.c    /^find_percent (pattern)$/
  90. find_semicolon    read.c    /^find_semicolon (string)$/
  91. flags    main.c    /^flags () {}$/
  92. free_child    job.c    /^free_child (child)$/
  93. freebuffer    read.c    /^#define freebuffer(lb) free ((lb)->buffer)$/
  94. freerule    rule.c    /^freerule (rule, lastrule)$/
  95. getdtablesize    job.c    /^#define getdtablesize() NOFILE$/
  96. getwd    make.h    /^#define    getwd(buf)    getcwd (buf, MAXPATHLEN - 2)$/
  97. glob_dir_to_array    glob.c    /^glob_dir_to_array (dir, array)$/
  98. glob_filename    glob.c    /^glob_filename (pathname)$/
  99. glob_match    glob.c    /^glob_match (pattern, text, dot_special)$/
  100. glob_match_after_star    glob.c    /^glob_match_after_star (pattern, text)$/
  101. glob_pattern_p    glob.c    /^glob_pattern_p (pattern)$/
  102. glob_vector    glob.c    /^glob_vector (pat, dir)$/
  103. handle_function    function.c    /^handle_function (op, stringp)$/
  104. index    arscan.c    /^#define    index(s, c)    strchr((s), (c))$/
  105. init_access    misc.c    /^init_access ()$/
  106. init_siglist    job.c    /^init_siglist ()$/
  107. initbuffer    read.c    /^#define initbuffer(lb) (lb)->buffer = (char *) xma/
  108. initialize_file_variables    variable.c    /^initialize_file_variables (file)$/
  109. initialize_variable_output    variable.c    /^initialize_variable_output ()$/
  110. install_default_implicit_rules    default.c    /^install_default_implicit_rules ()$/
  111. install_pattern_rule    rule.c    /^install_pattern_rule (p, terminal)$/
  112. library_file_mtime    remake.c    /^library_file_mtime (lib)$/
  113. lindex    misc.c    /^lindex (s, limit, c)$/
  114. load_average    load.c    /^load_average ()$/
  115. log_working_directory    main.c    /^log_working_directory (entering)$/
  116. lookup_file    file.c    /^lookup_file (name)$/
  117. lookup_variable    variable.c    /^lookup_variable (name, length)$/
  118. make_access    misc.c    /^make_access ()$/
  119. max    variable.c    /^#define    max(a, b) \\$/
  120. merge_variable_set_lists    variable.c    /^merge_variable_set_lists (setlist0, setlist1)$/
  121. merge_variable_sets    variable.c    /^merge_variable_sets (set0, set1)$/
  122. message    misc.c    /^message (s1, s2, s3, s4, s5, s6)$/
  123. multi_glob    read.c    /^multi_glob (chain, size)$/
  124. name_mtime    remake.c    /^name_mtime (name)$/
  125. new_job    job.c    /^new_job (file)$/
  126. new_pattern_rule    rule.c    /^new_pattern_rule (rule, override)$/
  127. next_token    misc.c    /^next_token (s)$/
  128. notice_finished_file    remake.c    /^notice_finished_file (file)$/
  129. parse_file_seq    read.c    /^parse_file_seq (stringp, stopchar, size)$/
  130. patsubst_expand    function.c    /^patsubst_expand (o, text, pattern, replace, patter/
  131. pattern_matches    function.c    /^pattern_matches (pattern, percent, word)$/
  132. pattern_search    implicit.c    /^pattern_search (file, archive, depth, recursions)$/
  133. perror_with_name    misc.c    /^perror_with_name (str, name)$/
  134. pfatal_with_name    misc.c    /^pfatal_with_name (name)$/
  135. pop_signals_blocked_p    job.c    /^pop_signals_blocked_p ()$/
  136. pop_variable_scope    variable.c    /^pop_variable_scope ()$/
  137. print_commands    commands.c    /^print_commands (cmds)$/
  138. print_data_base    main.c    /^print_data_base ()$/
  139. print_dir_data_base    dir.c    /^print_dir_data_base ()$/
  140. print_file_data_base    file.c    /^print_file_data_base ()$/
  141. print_file_variables    variable.c    /^print_file_variables (file)$/
  142. print_rule_data_base    rule.c    /^print_rule_data_b